Retrieving a License Key Structure
Signature
Request:
- URL: /30/keys/<KEY_ID_OR_ACTIVATION_CODE>
- Method: GET
- Body: no
Response:
- Success status code: 200
- Body: Partner API 3.0’s License Key Structure .
Compatibility note
Some key configurations cannot be presented as a set of Partner API 3.0 constants. This can happen when you manage a key not only by Partner API 3.0, but also via UI of Partner API 1.0. The structure of such keys can contain unmatched items. An item contains a feature name or base license name.
Unmatched items cannot be modified (upgraded or downgraded) through the Partner API 3.0 and should be passed without changes when calling the Modify Key command.
Example
Request:
GET /30/keys/12345678 HTTP/1.1
Response:
HTTP/1.1 200 OK
{
"ownerId" : "12345",
"keyIdentifiers" : {
"keyId" : 12345678,
...
}